home *** CD-ROM | disk | FTP | other *** search
- Path: news.bridge.net!news
- From: David Byrden <100101.2547@compuserve.com>
- Newsgroups: comp.lang.c++
- Subject: Re: Multithreading in C++?
- Date: 7 Jan 1996 23:02:16 GMT
- Organization: self-employed
- Message-ID: <4cpjdo$hlc@news.bridge.net>
- References: <4co6mf$98d@serv.hinet.net>
- NNTP-Posting-Host: ppp-mia1-39.bridge.net
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.1N (Windows; I; 16bit)
-
-
- So far as I am aware, the C++ draft standard does not address
- multithreading at all. The 'volatile' keyword is a useful tool in
- writing thread-safe code.
-
- David
-
-
-